home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-1.iso / CDROM / Basic Apps / OmniWeb.1.0.app / English.lproj / GenericListView.nib / data.classes next >
Encoding:
Text File  |  1995-01-31  |  617 b   |  19 lines

  1. HistoryDisplay = {
  2.     ACTIONS = {
  3.     "showBubbleHistory:" = "showBubbleHistory:"; 
  4.     "showForkingHistory:" = "showForkingHistory:"; 
  5.     "showLinearHistory:" = "showLinearHistory:"; 
  6.     "windowDidMove:" = "windowDidMove:"; 
  7.     "windowDidResize:" = "windowDidResize:"; 
  8.     "windowWillClose:" = "windowWillClose:"; 
  9.     }; 
  10.     OUTLETS = {generalPurposeIvar = generalPurposeIvar; }; 
  11.     SUPERCLASS = Object; 
  12. };
  13. ListView = {
  14.     ACTIONS = {"appendItem:" = "appendItem:"; "removeItem:" = "removeItem:"; }; 
  15.     OUTLETS = {delegate = delegate; }; 
  16.     SUPERCLASS = View; 
  17. };
  18. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  19.